@charset 'UTF-8';

/**!
 * 首页
 * author: qianyuting;
 * date: 2021-01-22
 */

/* main */

.ewb-content {
    padding: 0 10px;
    background-color: #fff;
}

/* 标题 */
.ewb-sec-tit {
    height: 44px;
    line-height: 43px;
    padding-left: 30px;
    font-size: 20px;
    font-family: "SourceHanSansCN-Bold";
    border-bottom: 1px solid #dedede;
    background-position: left center;
    background-repeat: no-repeat;
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {}

/* 竖版pad及以下 */

@media (max-width: 979px) {}

/* 手机端 */

@media (max-width: 767px) {}



/* 中心动态、党建栏目和通知公告样式 */

.ewb-news {
    position: relative;
    height: 310px;
    padding: 20px;
    overflow: hidden;
}



.ewb-cm-hd {
    height: 38px;
    border-bottom: 1px solid #dedede;
    background: url(news_hd_bg.png) right 5px no-repeat;
}

.ewb-cm-tt {
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 0 2px;
    height: 38px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
}

.ewb-cm-tt:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #dedede;
}

.ewb-cm-tt:first-child {
    margin-left: 0;
}

.ewb-cm-tt:first-child:before {
    display: none;
}

.ewb-cm-tt.current {
    border-bottom: 2px solid #196bdd;
    color: #2d7eda;
    font-family: "SourceHanSansCN-Bold";
}

.ewb-cm-tt.djlm.current {
    border-bottom: 2px solid #d42843;
    color: #d42843;
    font-family: "SourceHanSansCN-Bold";
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-cm-tt {
        padding: 0 2px;
        font-size: 14px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-news {
        height: auto;
        padding: 20px 10px;
    }
    .ariafontcontent  .ewb-news {
        height: auto;
        padding: 20px 5px;
    }
    .fwptbg {
        width: 100%;
        height: 100%;
        top: 0%;
    }
}

/* 公共列表样式 */

.ewb-list {
    padding: 7px 5px 0 2px;
}

.ewb-list-node {
    height: 38px;
    line-height: 38px;
    color: #666;
    vertical-align: top;
    font-size: 17px;
}

.ewb-list-name {
    float: left;
    max-width: 70%;
    color: #666;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #2d7eda;
}

.ewb-list-more {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

.ewb-list-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.ewb-list-more a i {
    position: absolute;
    top: 50%;
    width: 111px;
    height: 1px;
    background-repeat: no-repeat;
}

.ewb-list-more a i.left {
    left: -123px;
    background-image: url('more_line_l.png');
}

.ewb-list-more a i.right {
    right: -123px;
    background-image: url('more_line_r.png');
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-list-name {
        max-width: 65%;
    }

    .ewb-list-date {
        font-size: 12px;
    }
}

/*图片轮播*/

.ewb-slider {
    position: relative;
    height: 310px;
}

.owl-carousel {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.owl-carousel .item {
    display: block;
    width: 100%;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 310px;
}

.owl-carousel .item-name {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: url('mask_bg.png') repeat;
}

.owl-carousel .owl-dots {
    display: none;
}

.ewb-pages {
    position: absolute;
    z-index: 300;
    right: 11px;
    bottom: 45px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666666;
    background: url('pages_bg.png') no-repeat;
}

.ewb-curpage {
    font-family: "SourceHanSansCN-Bold";
    color: #2e6dcc;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 22px;
    height: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev {
    left: 0;
    background: url('prev_ico.png');
}

.owl-next {
    right: 0;
    background: url('next_ico.png');
}

.owl-prev:hover {
    background-image: url('prev_icoh.png');
}

.owl-next:hover {
    background-image: url('next_icoh.png');
}

/*竖版pad及以下*/

@media (max-width: 979px) {

    .ewb-slider,
    .owl-carousel,
    .owl-carousel img {
        height: auto;
    }
}

/*竖版手机端*/

@media (max-width: 480px) {

    .owl-carousel .item-name,
    .ewb-pages {
        font-size: 14px;
    }
}

/* 快速入口 */

/* .ewb-entry,
.ewb-publicity {
    height: 210px;
    padding-top: 4px;
}

.ewb-entry .ewb-sec-tit {
    background-image: url('../images/default/entry_tit_icon.png');
}

.ewb-link-container {
    padding: 20px 10px;
}

.ewb-link-list {
    margin: -5px -7.5px;
}

.ewb-link-item {
    width: 20%;
    padding: 5px 7.5px;
}

.ewb-link-item > a {
    display: block;
    height: 120px;
    padding-top: 26px;
    color: #333; 
    font-size: 16px;  
    background-color: #edf7fd;
}

.ewb-link-item > a:hover {
    transform: translate(0,-5px);
    box-shadow:0px 0px 10px 0px rgba(102,102,102,0.36);
}

.ewb-link-icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.ewb-link-name {
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-entry .ewb-link-item:nth-child(1) > a {
    background-color: #fff3ec;
}

.ewb-entry .ewb-link-item:nth-child(1) .ewb-link-icon {
    background-image: url('../images/default/entry_icon1.png');
}

.ewb-entry .ewb-link-item:nth-child(2) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(2) .ewb-link-icon {
    background-image: url('../images/default/entry_icon2.png');
}

.ewb-entry .ewb-link-item:nth-child(3) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(3) .ewb-link-icon {
    background-image: url('../images/default/entry_icon3.png');
}

.ewb-entry .ewb-link-item:nth-child(4) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(4) .ewb-link-icon {
    background-image: url('../images/default/entry_icon4.png');
}

.ewb-entry .ewb-link-item:nth-child(5) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(5) .ewb-link-icon {
    background-image: url('../images/default/entry_icon5.png');
} */

/* 信息公示 */

.ewb-publicity .ewb-sec-tit {
    background-image: url('publicity_tit_icon.png');
}

.ewb-publicity .ewb-link-item {
    width: 33.33%;
}

.ewb-publicity .ewb-link-item:nth-child(1) > a {
    background-color: #fff3ec;
}

.ewb-publicity .ewb-link-item:nth-child(1) .ewb-link-icon {
    background-image: url('publicity_icon1.png');
}

.ewb-publicity .ewb-link-item:nth-child(2) > a {
    background-color: #e7f5f2;
}

.ewb-publicity .ewb-link-item:nth-child(2) .ewb-link-icon {
    background-image: url('publicity_icon2.png');
}

.ewb-publicity .ewb-link-item:nth-child(3) > a {
    background-color: #ecf0f9;
}

.ewb-publicity .ewb-link-item:nth-child(3) .ewb-link-icon {
    background-image: url('publicity_icon3.png');
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-entry,
    .ewb-publicity {
        height: auto;
    }

    .ewb-link-item {
        width: 33.33%;
    }

    .ewb-publicity .ewb-link-item {
        width: 33.33%;
    }
    .swiper-slide img{
        object-fit: unset !important;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-link-item {
        width: 50%;
    }

    .ewb-publicity .ewb-link-item {
        width: 50%;
    }
}

/* 动态信息 */

.ewb-trends {
    position: relative;
    height: 120px;
    padding: 0 20px 0 120px;
    background-color: #fff;
}

.ewb-trends-hd {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-top: 14px;
    width: 80px;
    height: 80px;
    line-height: 26px;
    color: #fff;
    font-size: 22px;
    font-family: "SourceHanSansCN-Bold";
    background: url('link_hd_bg.png') center no-repeat;
    background-size: 100% 100%;
    text-align: center;    
}

.ewb-trends-slider {
    padding: 15px 35px;
    height: 120px;
}

.ewb-trends-slider .item {
    height: 90px;
    border: 1px solid #e5e5e5;
}

.ewb-trends-slider img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.owl-carousel.ewb-trends-slider .owl-nav.disabled {
    display: block;
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-trends {
        padding: 0 10px 0 100px;
    }
    .ewb-trends-hd {
        left: 10px;
    }
}

/* 近日开标 */

.ewb-bid {
    position: relative;
    min-height: 150px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.ewb-bid-tit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 100%;
    color: #fff;
    background: url('bid_tit_bg.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
}

.ewb-bid-tit-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.ewb-bid-num {
    line-height: 50px;
    font-size: 42px;
    font-family: "SourceHanSansCN-Bold";
}

.ewb-bid-tit-name {
    line-height: 36px;
    font-size: 20px;
}

/* .ewb-bid-table {
    margin-left: 170px;
    height: 100%;
    padding: 10px 15px;
}

.ewb-bid-th{
    height: 32px;
    line-height: 32px;
    color: #2d7eda;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #eaf2fb;
    text-align: center;
}

.ewb-bid-bd a {
    display: block;
    color: #666;
}

.ewb-bid-bd a:hover {
    color: #2d7eda;
}

.ewb-bid-td {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.ewb-bid-th:nth-child(1),
.ewb-bid-td:nth-child(1) {
    width: 60%;
}

.ewb-bid-td:nth-child(1) {
    text-align: left;
}

.ewb-bid-th:nth-child(2),
.ewb-bid-td:nth-child(2) {
    width: 20%;
}

.ewb-bid-th:nth-child(3),
.ewb-bid-td:nth-child(3) {
    width: 20%;
} */

.bid-right {
    margin-left: 155px;
    padding: 15px;
    box-sizing: border-box;
}

.platform-list {
    margin: -7.5px;
}

.platform-item {
    width: 12.2857%;
    padding: 7.5px;
    box-sizing: border-box;
}

.platform-card {
    display: block;
    height: 120px;
    padding-top: 18px;
    font-size: 16px;
    color: #333;
    background-color: #edf7fd;
    box-sizing: border-box;
}

.platform-card:hover {
    transform: translate(0,-5px);
    box-shadow:0px 0px 10px 0px rgba(102,102,102,0.36);
}

.platform-name {
    padding-top: 50px;
    line-height: 36px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    text-align: center;
  /*   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.ariafontcontent.platform-name {
    line-height: normal !important;
}

.platform-item.dl-icon1 .platform-name {
    background-image: url('platform_icon1.png');
}

.platform-item.dl-icon8 .platform-name {
    background-image: url('platform_icon8.png');
}

.platform-item.dl-icon2 .platform-name {
    background-image: url('platform_icon2.png');
}

.platform-item.dl-icon5 .platform-name {
    background-image: url('platform_icon5.png');
}

.platform-item.dl-icon9 .platform-name {
    background-image: url('niandu.png');
}

.platform-item.dl-icon7 .platform-name {
    background-image: url('platform_icon7.png');
}

.platform-item.dl-icon6 .platform-name {
    background-image: url('platform_icon6.png');
}

.platform-item.dl-icon7 .platform-name {
    background-image: url('platform_icon7.png');
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .platform-item {
        width: 25%;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-bid-tit {
        position: relative;
        width: 100%;
        height: 100px;
    }

    .bid-right {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .platform-item {
        width: 33.3%;
    }
}

@media (max-width: 320px) {
    .platform-item {
        width: 50%;
    }
}


/* 交易信息 */

.ewb-trade {
    height: 530px;
    padding-top: 4px;
    overflow: hidden;
}

.ewb-trade .ewb-sec-tit {
    background-image: url('trade_tit_icon.png');
}

.ewb-see-all {
    font-size: 14px;
    color: #2d7eda;
    font-family: "SourceHanSansCN-Regular";
}

.ewb-trade-wrap {
    position: relative;
    margin: 20px 10px;
    padding-left: 186px;
}

.ewb-trade-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 186px;
    height: 440px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.ewb-tab-node {
    position: relative;
    height: 50px;
}

.ewb-tab-node:before {
    content: "";
    position: absolute;
    top: 0;
    left: 9px;
    right: 9px;
    border-bottom: 1px dashed #e5e5e5;
}

.ewb-tab-name {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: default;
}
a.ewb-sub-tabname {
    cursor: default;
}

.ewb-tab-node.current {
    position: relative;
    z-index: 200;
    border: 0 !important;
    background: #16a1f1;
    background: linear-gradient(to right, #196bdd, #16a1f1);
    background: -webkit-linear-gradient(left, #196bdd, #16a1f1);
    background: -o-linear-gradient(right, #196bdd, #16a1f1);
    background: -moz-linear-gradient(right, #196bdd, #16a1f1);
    border-radius: 4px;
}

.ewb-tab-node:first-child:before,
.ewb-tab-node.current:before,
.ewb-tab-node.current+.ewb-tab-node:before {
    display: none;
}

.ewb-tab-node.current .ewb-tab-name {
    color: #fff;
}

.ewb-trade-bd {
    height: 440px;
    border-top: 1px solid #196bdd;
}

.ewb-sub-tab {
    position: relative;
    height: 38px;
    padding: 0 25px;
    background-color: #eaf2fb;
}

.ewb-sub-tab.long {
    padding: 0 20px;
}

.ewb-tab-content {
    position: relative;
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.ewb-tab-list {
    position: absolute;
    top: 0;
    left: 0;
}

.ewb-sub-tabname {
    position: relative;
    float: left;
    margin: 0 16px;
    color: #90a3b9;
}

.ewb-sub-tabname:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #c7d4e2;
}

.ewb-sub-tabname:first-child {
    margin-left: 12px;
}

.ewb-sub-tabname:first-child:before {
    display: none;
}

.ewb-sub-tabname.current {
    color: #2d7eda;
    font-family: "SourceHanSansCN-Medium";
}

.ewb-tab-btn {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ewb-tab-btn.lbtn {
    left: -1px;
    background: url('tab_lbtn.png') center center no-repeat;
}

.ewb-tab-btn.lbtn:hover {
    background-image: url('tab_lbtn_cur.png');
}

.ewb-tab-btn.rbtn {
    /*right: -12px;*/
    background: url('tab_rbtn.png') center center no-repeat;
}

.ewb-tab-btn.rbtn:hover {
    background-image: url('tab_rbtn_cur.png');
}

.ewb-trade-list .ewb-list {
    padding: 8px 20px 0;
}

.ewb-trade-list .ewb-list-node.new .ewb-list-name{
    padding-left: 50px;
    background: url('icon_new.png') left center no-repeat;
}

.ewb-trade-list .ewb-list-name {
    max-width: calc(100% - 250px);
}

.ewb-list-status {
    display: block;    
    float: right;
    width: 66px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin: 8px 20px 0 0;
    border-radius: 11px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-list-status.on {
    color: #fff;
    background-color: #ff8a45;
}

.ewb-list-status.off {
    color: #fff;
    background-color: #b0c2d7;
}

.list-type {
    color: #2d7eda;
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-trade-wrap {
        padding-left: 140px;
    }

    .ewb-trade-tab {
        width: 140px;
    }

    .ewb-tab-name {
        font-size: 14px;
    }

    .ewb-sub-tabname {
        margin: 0 0 !important;
        width: 29vw;
        text-align: center;
    }

    .ewb-sub-tab.long {
        padding: 0 5px;
    }

    .ewb-tab-btn.lbtn {
        left: 0;
    }
    .ewb-tab-btn.lbtn, .ewb-tab-btn.rbtn {
        left: 0;
        display: none !important;
    }

    .ewb-sub-tab{
        height: 20vw;
    }

    .ewb-tab-content{
        height: 20vw;
    }

    .ewb-tab-content .ewb-tab-list{
        width: auto !important;
    }

    .ewb-tab-btn.rbtn {
        right: 0;
    }

    .ewb-trade-list .ewb-list-name {
        max-width: calc(100% - 220px);
    }

    .ewb-sub-tabname:before{
        left: 1px !important;
    }
    
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-trade {
        height: auto;
    }

    .ewb-trade-wrap {
        margin: 12px 0 0;
        padding-left: 0;
    }

    .ewb-trade-tab {
        position: static;
        width: 100%;
        padding-top: 1px;
        height: auto;
    }

    .ewb-tab-node {
        float: left;
        width: 33.33333333333333333333%;
    }

    .ewb-tab-node:first-child {
        margin-top: -1px;
    }

    .ewb-tab-node:nth-child(3),
    .ewb-tab-node:nth-child(6),
    .ewb-tab-node:nth-child(9) {
        border-right: 1px solid #e5e5e5;
    }

    .ewb-trade-bd {
        margin-top: 10px;
    }

    .ewb-trade-list .ewb-list {
        padding: 8px 0 0;
    }

    .ewb-trade-list .ewb-list-name {
        max-width: calc(100% - 205px);
    }

    .ewb-list-status {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {

    .ewb-tab-node {
        width: 50%;
    }

    .ewb-trade-list .ewb-list-name {
        max-width: calc(100% - 185px);
        /*max-width: calc(100% - 130px);*/
    }

    .ewb-trade-list .ewb-list-node.new .ewb-list-name {
        padding-left: 40px;
    }

    .ewb-list-status {
        width: 55px;
        margin-right: 5px;
    }
}

@media (max-width: 340px) {
    .ewb-tab-name {
        padding-left: 26px;
        font-size: 12px;
        background-size: 14px auto;
    }
}


/* 政务服务 */

.ewb-service {
    position: relative;
    min-height: 150px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.ewb-service-tit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 100%;
    font-size: 24px;
    color: #fff;
    background: url('bid_tit_bg.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    text-align: center;
}

.ewb-service-tit>p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-right {
    margin-left: 155px;
    padding: 20px;
    box-sizing: border-box;
}

.service-list {
    margin: -5px;
}

.service-item {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
}

.service-card {
    position: relative;
    display: block;
    height: 50px;
    line-height: 48px;
    padding-left: 70px;
   /* padding-left: 80px;*/
    font-size: 16px;
    color: #666;
    background-color: #edf7fd;
    border: 1px solid #92c5ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.service-card:hover {
    transform: translate(0,-5px);
    box-shadow:0px 0px 10px 0px rgba(102,102,102,0.36);
}

.service-card img {
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {

    .service-item {
        width: 33.33%;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-service-tit {
        position: relative;
        width: 100%;
        height: 100px;
    }

    .service-right {
        margin-left: 0;
        padding: 10px;
    }

    .service-card {
        padding-left: 56px;
    }

    .service-card img {
        left: 10px;
    }
}

@media (max-width: 400px) {
    .service-item {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .service-item {
        width: 100%;
    }
}
.ewb-trade .ewb-list-node {
   
    font-size: 17px;
}

/*进行中状态*/
.ewb-list-zt{
	color: red;
}
/* 老年版 */
.old_type .swiper {
    width: 1200px;
    height: 520px;
}
.old_type .col-md-12 {
    width: 1200px;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
.old_type .ewb-cm-hd{
    height: 72px;
}
.old_type .ewb-cm-hd a {
    display: inline-block;
    font-size: 36px;
    height: 72px;
    line-height: 72px;
}
.old_type .ewb-bid-tit-name {
    line-height: 36px;
    font-size: 32px;
}
.old_type .ewb-bid-num {
    line-height: 75px;
    font-size: 62px;
    font-family: "SourceHanSansCN-Bold";
}
.old_type .platform-item {
    width: 16.2857%;
    padding: 7.5px;
    box-sizing: border-box;
}
.old_type .platform-name {
    padding-top: 39px;
    line-height: 30px !important;
    font-size: 24px;
    background-position-y: -10px;
    background-size: 38%;
}
.old_type .ewb-see-all {
    font-size: 36px;
}
.old_type .ewb-tab-node {
    position: relative;
    height: 62px;
}
.old_type .ewb-tab-name {
    height: 56px;
    line-height: 56px;
    font-size: 28px;
}
/* .old_type .ewb-tab-list {
    width: 480px !important;
} */
.old_type .ewb-sub-tabname.current, .old_type .ewb-sub-tabname {
    font-size: 36px;
}
.old_type .ewb-trade .ewb-list-node {
    font-size: 36px;
    height: 72px;
    line-height: 72px;
    width: 950px;
}
.old_type .ewb-service-tit>p{
    font-size: 32px;
}
.old_type .service-item{
    width: 24.5%;
}
.old_type .service-card {
    padding-left: 63px;
    font-size: 24px;
}
.old_type .footer-sel {
    font-size: 24px;
}
.old_type .row{
    margin: 0;
}
.old_type .ewb-main{
padding: 0;
}   
.old_type .ewb-mt24{
    margin-top: 50px;
}
.old_type #footer {
    margin-top: 50px;
}
.old_type .footer-list {
    width: 50%;
}
.old_type .footerlink .chosen-container-single .chosen-single span {
    font-size: 28px;
}
.old_type .footerlink .chosen-container .chosen-results li {
    font-size: 24px;
}
.old_type .ewb-news .ewb-list table tbody tr td li a {
    font-size: 36px;
    max-width: 900px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.old_type .ewb-news .ewb-list table tbody tr td li span{
    font-size: 36px;
}
.old_type .ewb-news .ewb-list table tbody tr td li {
    height: 72px;
    line-height: 72px;
}
.old_type .ewb-list div {
    font-size: 24px;
}
.old_type .ewb-sec-tit {
    height: 72px;
    line-height: 72px;
    font-size: 36px;
}
.old_type .ewb-sub-tab{
    height: 72px;
}
.old_type .ewb-tab-content{
    height: 72px;
    line-height: 72px;
}
.old_type #gcjsbtn .ewb-tab-btn {
    display: inline;
    background-size: 30px;
}
.old_type #zfcgbtn .ewb-tab-btn {
    display: inline;
    background-size: 30px;
}
.old_type .ewb-tab-list {
    width: 1200px !important;
}

/* 金融服务 */

.sel-hd {
    height: 122px;
    padding-top: 78px;
}
.sel-hd {
    position: relative;
    box-sizing: border-box;
}
.sel-tit {
    line-height: 40px;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
}
.sel-tit {
    line-height: 40px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sel-tit-txt:before {
    display: block;
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #396fff;
    -webkit-mask: linear-gradient(to top, red, transparent);
    right: auto;
    background: none;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
}
.sel-tit-txt {
    position: relative;
    display: inline-block;
    text-shadow: 0px 2px 4px rgb(3 71 169 / 56%);
    color: #07baff;
    letter-spacing: 5px;
    vertical-align: top;
}
.sel-tit-txt {
    position: relative;
    padding: 0 30px;
}

.sel-close {
    position: absolute;
    top: 25px;
    right: 30px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3826/site/picture/0/2208111106361785283.png?0.549922719243704) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.sel-close {
    top: 12px;
    right: 12px;
    width: 13px;
    height: 13px;
    background-image: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3826/site/picture/0/2208111104193358358.png?0.06201729955924229);
}
.sel-bd {
    margin: 0 40px;
}
.sel-list {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}
.sel-item:nth-child(1) {
    background-color: #21bfff;
    background-image: linear-gradient(to bottom, #21bfff, #008fff);
}
.sel-item {
    width: 206px;
    height: 206px;
    margin: 48px 26px 0;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 4px 13px 0px rgb(50 76 148 / 35%);
    transition: all .1s;
    position: relative;
}
.business-icon8 {
    background-image: url(../images/loginbusinessselect/business_ico8.png);
}
.sel-item {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 40px 30px 0;
    border: 1px solid #c0defe;
    background-color: #edf7fd;
    background-repeat: no-repeat;
    background-position: center 43px;
    border-radius: 8px;
    box-sizing: border-box;
}
.sel-item:hover{
    transform: translate(0, -10px);
}
.sel-item:nth-child(1) .sel-card {
    background-image: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3826/site/picture/0/2208111338107256276.png?0.31734764296781837);
}
.sel-card {
    padding-top: 133px;
    box-sizing: border-box;
    background-image: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3826/site/picture/0/2208111338107256276.png?0.31734764296781837);
}
.sel-card {
    display: block;
    height: 100%;
    padding-top: 165px;
    box-sizing: border-box;
}
.sel-name {
    position: relative;
    color: #fff;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-family: "YouSheBiaoTiHei";
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0px 2px 4px rgb(3 71 169 / 56%);
}
.sel-name {
    /* line-height: 36px;
    font-size: 26px;
    color: #555; */
    /* font-weight: 600; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sel-item:nth-child(2) {
    background-color: #5496f7;
    background-image: linear-gradient(to bottom, #5496f7, #2278f8);
}
.sel-item {
    width: 206px;
    height: 206px;
    margin: 48px 26px 0;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 4px 13px 0px rgb(50 76 148 / 35%);
    transition: all .1s;
    position: relative;
}
.business-icon7 {
    background-color: #bcc2c7;
    background-image: url(../images/loginbusinessselect/business_ico7.png);
}
.sel-item:nth-child(2) .sel-card {
    background-image: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3826/site/picture/0/2208111338108236786.png?0.32387122424548354);
}
.sel-card {
    padding-top: 133px;
    box-sizing: border-box;
    background-image: url(../images/loginbusinessselect/card_bg1.png);
}
.czsc {
    position: absolute;
    bottom: -45px;
    left: 62px;
    color: #478EF7;
    font-family: "YouSheBiaoTiHei";
    font-size: 24px;
    font-weight: normal;
    font-size: 20px;
}
.fwptbg{
    width: 800px;
    height: 462px;
    background: url(http://dzjy.lssggzy.lishui.gov.cn/lsweb/images/loginbusinessselect/layer_bg.png);
    background-color: #ffffff;
    position: fixed;
    /* display: block; */
    left: 0;
    right: 0;
    z-index: 200006140001;
    top: 20%;
    margin: 0 auto;
}
.sel-name:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #e1edff;
    -webkit-mask: linear-gradient(to top, red, transparent);
}
.sel-name:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    z-index: 10;
}
.fwpt-shade{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: fixed;
    background-color: rgb(0, 0, 0);
    z-index: 98;
}

/* 无障碍字体颜色防清除 */
h3.ewb-sec-tit.clearfix {
    color: #666666;
}
ul.ewb-list {
    color: #333;
}